../5b9a6a87592222f1656b174a-vibe-d/http/vibe/http/router.d(95,2): Deprecation: Usage of the `body` keyword is deprecated. Use `do` instead. ../5b9afbe5ef1543dd17758c77-vibe-core/source/vibe/internal/freelistref.d(193,3): Deprecation: Usage of the `body` keyword is deprecated. Use `do` instead. ../5b9afbe5ef1543dd17758c77-vibe-core/source/vibe/internal/freelistref.d(229,3): Deprecation: Usage of the `body` keyword is deprecated. Use `do` instead. ../5b9afbe5ef1543dd17758c77-vibe-core/source/vibe/core/net.d(368,3): Deprecation: Usage of the `body` keyword is deprecated. Use `do` instead. ../5b9afbe5ef1543dd17758c77-vibe-core/source/vibe/core/net.d(372,3): Deprecation: Usage of the `body` keyword is deprecated. Use `do` instead. ../5b9afbe5ef1543dd17758c77-vibe-core/source/vibe/core/net.d(377,4): Deprecation: Usage of the `body` keyword is deprecated. Use `do` instead. ../5b9afbe5ef1543dd17758c77-vibe-core/source/vibe/core/concurrency.d(508,3): Deprecation: Usage of the `body` keyword is deprecated. Use `do` instead. ../5b9afbe5ef1543dd17758c77-vibe-core/source/vibe/core/concurrency.d(524,3): Deprecation: Usage of the `body` keyword is deprecated. Use `do` instead. ../5b9afbe5ef1543dd17758c77-vibe-core/source/vibe/core/core.d(915,1): Deprecation: Usage of the `body` keyword is deprecated. Use `do` instead. ../5b9afbe5ef1543dd17758c77-vibe-core/source/vibe/core/core.d(1149,3): Deprecation: Usage of the `body` keyword is deprecated. Use `do` instead. ../5b9a6a87592222f1656b174a-vibe-d/http/vibe/http/common.d(634,3): Deprecation: Usage of the `body` keyword is deprecated. Use `do` instead. ../5b9a6a87592222f1656b174a-vibe-d/utils/vibe/utils/array.d(653,2): Deprecation: Usage of the `body` keyword is deprecated. Use `do` instead. ../5b9a6a87592222f1656b174a-vibe-d/crypto/vibe/crypto/cryptorand.d(223,2): Deprecation: Usage of the `body` keyword is deprecated. Use `do` instead. ../5b9a6a87592222f1656b174a-vibe-d/crypto/vibe/crypto/cryptorand.d(406,2): Deprecation: Usage of the `body` keyword is deprecated. Use `do` instead. ../5daf9e93bce0bf24b5a1354b-stdx-allocator/source/stdx/allocator/package.d(2241,31): Error: `@safe` function `stdx.allocator.CAllocatorImpl!(GCAllocator, cast(Flag)false).CAllocatorImpl.expand` cannot call `@system` function `stdx.allocator.gc_allocator.GCAllocator.expand!().expand` ../5daf9e93bce0bf24b5a1354b-stdx-allocator/source/stdx/allocator/gc_allocator.d(41,25): `stdx.allocator.gc_allocator.GCAllocator.expand!().expand` is declared here ../5daf9e93bce0bf24b5a1354b-stdx-allocator/source/stdx/allocator/package.d(2249,31): Error: `@safe` function `stdx.allocator.CAllocatorImpl!(GCAllocator, cast(Flag)false).CAllocatorImpl.reallocate` cannot call `@system` function `stdx.allocator.gc_allocator.GCAllocator.reallocate!().reallocate` ../5daf9e93bce0bf24b5a1354b-stdx-allocator/source/stdx/allocator/gc_allocator.d(64,38): `stdx.allocator.gc_allocator.GCAllocator.reallocate!().reallocate` is declared here ../5daf9e93bce0bf24b5a1354b-stdx-allocator/source/stdx/allocator/package.d(2270,47): Error: `@safe` function `stdx.allocator.CAllocatorImpl!(GCAllocator, cast(Flag)false).CAllocatorImpl.resolveInternalPointer` cannot call `@system` function `stdx.allocator.gc_allocator.GCAllocator.resolveInternalPointer!().resolveInternalPointer` ../5daf9e93bce0bf24b5a1354b-stdx-allocator/source/stdx/allocator/gc_allocator.d(82,20): `stdx.allocator.gc_allocator.GCAllocator.resolveInternalPointer!().resolveInternalPointer` is declared here ../5daf9e93bce0bf24b5a1354b-stdx-allocator/source/stdx/allocator/package.d(2286,35): Error: `@safe` function `stdx.allocator.CAllocatorImpl!(GCAllocator, cast(Flag)false).CAllocatorImpl.deallocate` cannot call `@system` function `stdx.allocator.gc_allocator.GCAllocator.deallocate!().deallocate` ../5daf9e93bce0bf24b5a1354b-stdx-allocator/source/stdx/allocator/gc_allocator.d(91,38): `stdx.allocator.gc_allocator.GCAllocator.deallocate!().deallocate` is declared here ../5daf9e93bce0bf24b5a1354b-stdx-allocator/source/stdx/allocator/package.d(2021,1): Error: template instance `stdx.allocator.CAllocatorImpl!(GCAllocator, cast(Flag)false)` error instantiating ../5b9a6a87592222f1656b174a-vibe-d/stream/vibe/stream/operations.d(227,78): instantiated from here: `allocatorObject!(GCAllocator)` ../5b9a6a87592222f1656b174a-vibe-d/stream/vibe/stream/operations.d(266,21): instantiated from here: `readAll!(InterfaceProxy!(InputStream))` source/vibeauth/challenges/recaptcha.d(64,44): instantiated from here: `readAllUTF8!(InterfaceProxy!(InputStream))` source/vibeauth/challenges/recaptcha.d(63,7): instantiated from here: `__lambda3!(HTTPClientResponse)` source/vibeauth/challenges/recaptcha.d(58,16): Error: none of the overloads of `requestHTTP` are callable using argument types `(string, void, void)`, candidates are: ../5b9a6a87592222f1656b174a-vibe-d/http/vibe/http/client.d(73,20): `vibe.http.client.requestHTTP(string url, scope void delegate(scope HTTPClientRequest req) requester = cast(void delegate(scope HTTPClientRequest req))null, const(HTTPClientSettings) settings = defaultSettings())` ../5b9a6a87592222f1656b174a-vibe-d/http/vibe/http/client.d(78,20): `vibe.http.client.requestHTTP(URL url, scope void delegate(scope HTTPClientRequest req) requester = cast(void delegate(scope HTTPClientRequest req))null, const(HTTPClientSettings) settings = defaultSettings())` ../5b9a6a87592222f1656b174a-vibe-d/http/vibe/http/client.d(96,6): `vibe.http.client.requestHTTP(string url, scope void delegate(scope HTTPClientRequest req) requester, scope void delegate(scope HTTPClientResponse req) responder, const(HTTPClientSettings) settings = defaultSettings())` ../5b9a6a87592222f1656b174a-vibe-d/http/vibe/http/client.d(101,6): `vibe.http.client.requestHTTP(URL url, scope void delegate(scope HTTPClientRequest req) requester, scope void delegate(scope HTTPClientResponse req) responder, const(HTTPClientSettings) settings = defaultSettings())` source/vibeauth/collection.d(70,21): Error: `@safe` function `vibeauth.collection.Collection!(User).Collection.onRemove` cannot call `@system` function `std.functional.toDelegate!(void function(User)).toDelegate` /opt/dmd-safe/dmd/generated/linux/release/64/../../../../../phobos/std/functional.d(1643,6): `std.functional.toDelegate!(void function(User)).toDelegate` is declared here source/vibeauth/users.d(404,33): Error: template instance `vibeauth.collection.Collection!(User)` error instantiating source/vibeauth/collection.d(70,21): Error: `@safe` function `vibeauth.collection.Collection!(Client).Collection.onRemove` cannot call `@system` function `std.functional.toDelegate!(void function(Client)).toDelegate` /opt/dmd-safe/dmd/generated/linux/release/64/../../../../../phobos/std/functional.d(1643,6): `std.functional.toDelegate!(void function(Client)).toDelegate` is declared here source/vibeauth/client.d(23,26): Error: template instance `vibeauth.collection.Collection!(Client)` error instantiating source/vibeauth/mvc/controller.d(61,29): Error: `@safe` function `vibeauth.mvc.controller.PathController!("GET", "paths.userManagement.profile").PathController.canHandle` cannot call `@system` function `vibe.utils.dictionarylist.DictionaryList!(VariantN!32LU, true, 2LU, false).DictionaryList.opIndexAssign!string.opIndexAssign` ../5b9a6a87592222f1656b174a-vibe-d/utils/vibe/utils/dictionarylist.d(259,12): `vibe.utils.dictionarylist.DictionaryList!(VariantN!32LU, true, 2LU, false).DictionaryList.opIndexAssign!string.opIndexAssign` is declared here source/vibeauth/router/management/responses.d(40,56): Error: template instance `vibeauth.mvc.controller.PathController!("GET", "paths.userManagement.profile")` error instantiating source/vibeauth/router/management/responses.d(203,27): instantiated from here: `UserController!("paths.userManagement.profile", BasicView!("templates.userManagement.userTemplate", "templates.userManagement.profileForm"))` source/vibeauth/mvc/controller.d(61,29): Error: `@safe` function `vibeauth.mvc.controller.PathController!("GET", "paths.userManagement.account").PathController.canHandle` cannot call `@system` function `vibe.utils.dictionarylist.DictionaryList!(VariantN!32LU, true, 2LU, false).DictionaryList.opIndexAssign!string.opIndexAssign` ../5b9a6a87592222f1656b174a-vibe-d/utils/vibe/utils/dictionarylist.d(259,12): `vibe.utils.dictionarylist.DictionaryList!(VariantN!32LU, true, 2LU, false).DictionaryList.opIndexAssign!string.opIndexAssign` is declared here source/vibeauth/router/management/responses.d(40,56): Error: template instance `vibeauth.mvc.controller.PathController!("GET", "paths.userManagement.account")` error instantiating source/vibeauth/router/management/responses.d(204,27): instantiated from here: `UserController!("paths.userManagement.account", BasicView!("templates.userManagement.userTemplate", "templates.userManagement.accountForm"))` source/vibeauth/mvc/controller.d(61,29): Error: `@safe` function `vibeauth.mvc.controller.PathController!("GET", "paths.userManagement.security").PathController.canHandle` cannot call `@system` function `vibe.utils.dictionarylist.DictionaryList!(VariantN!32LU, true, 2LU, false).DictionaryList.opIndexAssign!string.opIndexAssign` ../5b9a6a87592222f1656b174a-vibe-d/utils/vibe/utils/dictionarylist.d(259,12): `vibe.utils.dictionarylist.DictionaryList!(VariantN!32LU, true, 2LU, false).DictionaryList.opIndexAssign!string.opIndexAssign` is declared here source/vibeauth/router/management/responses.d(40,56): Error: template instance `vibeauth.mvc.controller.PathController!("GET", "paths.userManagement.security")` error instantiating source/vibeauth/router/management/responses.d(206,28): instantiated from here: `UserController!("paths.userManagement.security", BasicView!("templates.userManagement.userTemplate", "templates.userManagement.securityForm"))` source/vibeauth/mvc/controller.d(61,29): Error: `@safe` function `vibeauth.mvc.controller.PathController!("GET", "paths.userManagement.list").PathController.canHandle` cannot call `@system` function `vibe.utils.dictionarylist.DictionaryList!(VariantN!32LU, true, 2LU, false).DictionaryList.opIndexAssign!string.opIndexAssign` ../5b9a6a87592222f1656b174a-vibe-d/utils/vibe/utils/dictionarylist.d(259,12): `vibe.utils.dictionarylist.DictionaryList!(VariantN!32LU, true, 2LU, false).DictionaryList.opIndexAssign!string.opIndexAssign` is declared here source/vibeauth/router/management/responses.d(246,24): Error: template instance `vibeauth.mvc.controller.PathController!("GET", "paths.userManagement.list")` error instantiating source/vibeauth/mvc/controller.d(61,29): Error: `@safe` function `vibeauth.mvc.controller.PathController!("POST", "paths.userManagement.updateProfile").PathController.canHandle` cannot call `@system` function `vibe.utils.dictionarylist.DictionaryList!(VariantN!32LU, true, 2LU, false).DictionaryList.opIndexAssign!string.opIndexAssign` ../5b9a6a87592222f1656b174a-vibe-d/utils/vibe/utils/dictionarylist.d(259,12): `vibe.utils.dictionarylist.DictionaryList!(VariantN!32LU, true, 2LU, false).DictionaryList.opIndexAssign!string.opIndexAssign` is declared here source/vibeauth/router/management/responses.d(261,33): Error: template instance `vibeauth.mvc.controller.PathController!("POST", "paths.userManagement.updateProfile")` error instantiating /opt/dmd-safe/dmd/dmd-safe failed with exit code 1.